- aloge
int aloge(const(char*) tag, const(char*) format, va_list args)
Undocumented in source. Be warned that the author may not have intended to support it.
- aloge
int aloge(const(char*) tag, const(char*) format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- aloge
int aloge(string tag, string format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- alogf
int alogf(const(char*) tag, const(char*) format, va_list args)
Undocumented in source. Be warned that the author may not have intended to support it.
- alogf
int alogf(const(char*) tag, const(char*) format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- alogf
int alogf(string tag, string format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- alogi
int alogi(const(char*) tag, const(char*) format, va_list args)
Undocumented in source. Be warned that the author may not have intended to support it.
- alogi
int alogi(const(char*) tag, const(char*) format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- alogi
int alogi(string tag, string format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- alogw
int alogw(const(char*) tag, const(char*) format, va_list args)
Undocumented in source. Be warned that the author may not have intended to support it.
- alogw
int alogw(const(char*) tag, const(char*) format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- alogw
int alogw(string tag, string format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.